tests: Fixed argument naming inconsistancy
authorChris Kühl <chrisk@openismus.com>
Tue, 23 Nov 2010 09:48:44 +0000 (10:48 +0100)
committerChris Kühl <chrisk@openismus.com>
Tue, 23 Nov 2010 09:49:44 +0000 (10:49 +0100)
tests/gtkoffscreenbox.c

index a23a8bfa82a04ac11a881766ca532207848999a3..01ba8ef30dba842dde6f2054a43c6208d17eb48b 100644 (file)
@@ -13,10 +13,10 @@ static void        gtk_offscreen_box_realize       (GtkWidget       *widget);
 static void        gtk_offscreen_box_unrealize     (GtkWidget       *widget);
 static void        gtk_offscreen_box_get_preferred_width  (GtkWidget *widget,
                                                            gint      *minimum,
-                                                           gint      *maximum);
+                                                           gint      *natural);
 static void        gtk_offscreen_box_get_preferred_height (GtkWidget *widget,
                                                            gint      *minimum,
-                                                           gint      *maximum);
+                                                           gint      *natural);
 static void        gtk_offscreen_box_size_allocate (GtkWidget       *widget,
                                                     GtkAllocation   *allocation);
 static gboolean    gtk_offscreen_box_damage        (GtkWidget       *widget,